home *** CD-ROM | disk | FTP | other *** search
/ CD Ware Multimedia 1995 May / cd Ware (Juegos) Epimundo.iso / DOS / PRGMMING / CPP100.ZIP / HELP.TXT < prev    next >
Encoding:
Text File  |  1994-11-22  |  115.3 KB  |  2,881 lines

  1. GENERALI Generalities on the Program...
  2. ┌─────────────────────────────────────┐
  3. │ GENERALITIES                      1 │
  4. ├─────────────────────────────────────┤
  5. │ CHOICE IN THE MENUS                 │
  6. │ -------------------                 │
  7. │ To get into a menu if none is       │
  8. │ displayed, you must press <ALT>     │
  9. │ plus the key that is the letter or  │
  10. │ the number WRITTEN IN RED on the    │
  11. │ title menu bar (first line)         │
  12. │                                     │
  13. │                                     │
  14. │                                     │
  15. │ Otherwise, if a menu is already     │
  16. │ displayed, you just have to press   │
  17. │ the LEFT or RIGHT ARROW so that the │
  18. │ menu which is on this way will be   │
  19. │ selected. If you go on after the    │
  20. │ first or the last one, the next menu│
  21. │ will be the last or the first one   │
  22. ├─────────────┬───────────┬───────────┤
  23. │     Next    │    Back   │   Quit    │
  24. └─────────────┴───────────┴───────────┘
  25. GENERALI Generalities on the Program...
  26. ┌─────────────────────────────────────┐
  27. │ GENERALITIES on the program       2 │
  28. ├─────────────────────────────────────┤
  29. │ (circular menu).                    │
  30. │ You can also choose a menu by a     │
  31. │ MOUSE click. In this case, the      │
  32. │ selection is direct.                │
  33. │                                     │
  34. │ The ACTIVE MENU LINE is the one     │
  35. │ that was active in the previous call│
  36. │ of this menu. Otherwise, it is the  │
  37. │ first line of this menu.            │
  38. │ You can choose the menu line        │
  39. │ (which fits with the program or the │
  40. │ program part you want to run) in    │
  41. │ several ways :                      │
  42. │ - With the MOUSE by clicking on this│
  43. │   line, so that the program starts  │
  44. │   immediatly without asking for you │
  45. │   to confirm.                       │
  46. ├─────────────┬───────────┬───────────┤
  47. │     Next    │    Back   │   Quit    │
  48. └─────────────┴───────────┴───────────┘
  49. GENERALI Generalities on the Program...
  50. ┌─────────────────────────────────────┐
  51. │ GENERALITIES on the program       3 │
  52. ├─────────────────────────────────────┤
  53. │ - With the KEYBOARD, by pressing    │
  54. │   the key which is the letter or    │
  55. │   the number displayed in red on the│
  56. │   line. In this case, the program   │
  57. │   assumes it is confirmed and the   │
  58. │   function is executed.             │
  59. │ - By moving the cursor with the     │
  60. │   UP and DOWN ARROWS so that the    │
  61. │   cursor is on the line you want to │
  62. │   run. But in this case you have to │
  63. │   confirm by pressing <ENTER> then  │
  64. │   the function is executed.         │
  65. │                                     │
  66. │ By pressing <ESC> or by clicking    │
  67. │ with the mouse outside of the menu  │
  68. │ zone, you erase the menu and go     │
  69. │ back to the previous screen         │
  70. ├─────────────┬───────────┬───────────┤
  71. │     Next    │    Back   │   Quit    │
  72. └─────────────┴───────────┴───────────┘
  73. GENERALI Generalities on the Program...
  74. ┌─────────────────────────────────────┐
  75. │ GENERALITIES on the program       4 │
  76. ├─────────────────────────────────────┤
  77. │ Notice that the only way to QUIT    │
  78. │ THE PROGRAM is by choosing the QUIT │
  79. │ choice in the Files menu.           │
  80. │ It is done this way to avoid to     │
  81. │ quit without willing it.            │
  82. │                                     │
  83. │ Pressing <ESC>, depending of the    │
  84. │ case, will return you back to a menu│
  85. │ if a program is running or it will  │
  86. │ erase the displayed menu, without   │
  87. │ menu selection.                     │
  88. │                                     │
  89. │                                     │
  90. │ Only the firts line will be on the  │
  91. │ screen, as if it was the beginning  │
  92. │ of the program.                     │
  93. │                                     │
  94. ├─────────────┬───────────┬───────────┤
  95. │     Next    │    Back   │   Quit    │
  96. └─────────────┴───────────┴───────────┘
  97. GENERALI Generalities on the Program...
  98. ┌─────────────────────────────────────┐
  99. │ GENERALITIES on the program       5 │
  100. ├─────────────────────────────────────┤
  101. │ ON-LINE HELP:                       │
  102. │ -------------                       │
  103. │ You can get it whenever you want to.│
  104. │                                     │
  105. │ You can get it either by the menu   │
  106. │ (<H>, <ALT>+<H>, Cursor, Mouse)     │
  107. │ either by pressing <F1>             │
  108. │ In the menu, you access to a        │
  109. │ selective help and you can choose   │
  110. │ the subject. You can do it with     │
  111. │ <F1> when you choose a menu but in  │
  112. │ a program, this help will only      │
  113. │ concern the running program or, in  │
  114. │ the menu bar you will get           │
  115. │ an information on the active line   │
  116. │ (in red, only cursor choice)        │
  117. │                                     │
  118. ├─────────────┬───────────┬───────────┤
  119. │     Next    │    Back   │   Quit    │
  120. └─────────────┴───────────┴───────────┘
  121. FILES    File manager menu             
  122. ┌─────────────────────────────────────┐
  123. │ FILE MANAGER MENU                 1 │
  124. ├─────────────────────────────────────┤
  125. │ This menu is to be used for all     │
  126. │ the manipulations that concern the  │
  127. │ files, this includes file edit and  │
  128. │ how to quit the program.            │
  129. │ Let's see briefly the purpose of    │
  130. │ every line, the limitations and the │
  131. │ constraints.                        │
  132. │                                     │
  133. │ At this level of the program, we    │
  134. │ will only deal with the function    │
  135. │ generalities. In a complete         │
  136. │ appliaction, you must precise the   │
  137. │ purpose and the utility of every    │
  138. │ file that can be open by this       │
  139. │ function of your program.           │
  140. │                                     │
  141. │                                     │
  142. ├─────────────┬───────────┬───────────┤
  143. │     Next    │    Back   │   Quit    │
  144. └─────────────┴───────────┴───────────┘
  145. FILES      File manager menu           
  146. ┌─────────────────────────────────────┐
  147. │ FILE MANAGER MENU                 2 │
  148. ├─────────────────────────────────────┤
  149. │ OPEN :   (existing file)            │
  150. │ ----                                │
  151. │  Is used to select the file that    │
  152. │  will become the active file of     │
  153. │  the application : the one in where │
  154. │  we will get the information used   │
  155. │  by the program, and the file that  │
  156. │  will take the data save or the     │
  157. │  results of the treatment.          │
  158. │                                     │
  159. │                                     │
  160. │  This file will be closed when you  │
  161. │  choose another file or when you    │
  162. │  quit the application.              │
  163. │                                     │
  164. │                                     │
  165. │                                     │
  166. ├─────────────┬───────────┬───────────┤
  167. │     Next    │    Back   │   Quit    │
  168. └─────────────┴───────────┴───────────┘
  169. FILES      File manager menu           
  170. ┌─────────────────────────────────────┐
  171. │ FILE MANAGER MENU                 3 │
  172. ├─────────────────────────────────────┤
  173. │ NEW: (Create a new file)            │
  174. │ ---                                 │
  175. │  You want to create a new file.     │
  176. │  This choice depends of course of   │
  177. │  the application that is concerns   │
  178. │  by this program.                   │
  179. │  It can be the file of an user or   │
  180. │  any other file which deals with    │
  181. │  the program.                       │
  182. │  The new file will become the       │
  183. │  active file. The previous active   │
  184. │  file will be closed when you       │
  185. │  confirm that you want to create a  │
  186. │  new file                           │
  187. │                                     │
  188. │                                     │
  189. │                                     │
  190. ├─────────────┬───────────┬───────────┤
  191. │     Next    │    Back   │   Quit    │
  192. └─────────────┴───────────┴───────────┘
  193. FILES      File manager menu           
  194. ┌─────────────────────────────────────┐
  195. │ FILE MANAGER MENU                 4 │
  196. ├─────────────────────────────────────┤
  197. │ SAVE: (information)                 │
  198. │ ----                                │
  199. │ Here, you want the program to save  │
  200. │ information in the active file(s)   │
  201. │ without closing the file(s) nor     │
  202. │ quitting the running application.   │
  203. │                                     │
  204. │ It is a safety operation, only      │
  205. │ done by the user if s/he fears a    │
  206. │ problem (for instance power cut)    │
  207. │ or if s/he wants to save his/her    │
  208. │ work after a certain time.          │
  209. │                                     │
  210. │                                     │
  211. │                                     │
  212. │                                     │
  213. │                                     │
  214. ├─────────────┬───────────┬───────────┤
  215. │     Next    │    Back   │   Quit    │
  216. └─────────────┴───────────┴───────────┘
  217. FILES      File manager menu           
  218. ┌─────────────────────────────────────┐
  219. │ FILE MANAGER MENU                 5 │
  220. ├─────────────────────────────────────┤
  221. │ SAVE AS                             │
  222. │ -------                             │
  223. │ This choice allows you to save an   │
  224. │ existing file under another name    │
  225. │                                     │
  226. │ There are several interest to do so │
  227. │                                     │
  228. │ - Save a file version before a major│
  229. │   change.                           │
  230. │ - Getting a save file.              │
  231. │ - Getting a partial save file in    │
  232. │   a new file.                       │
  233. │                                     │
  234. │                                     │
  235. │                                     │
  236. │                                     │
  237. │                                     │
  238. ├─────────────┬───────────┬───────────┤
  239. │     Next    │    Back   │   Quit    │
  240. └─────────────┴───────────┴───────────┘
  241. FILES      File manager menu           
  242. ┌─────────────────────────────────────┐
  243. │ FILE MANAGER MENU (1/6)           6 │
  244. ├─────────────────────────────────────┤
  245. │ DIRECTORY MANAGER:                  │
  246. │ -----------------                   │
  247. │ By this function you can browse in  │
  248. │ the various directories of the hard │
  249. │ or floppy drives.                   │
  250. │ You can choose a new working drive  │
  251. │ or just listing the files of a      │
  252. │ drive or of a directory:            │
  253. │ choosing a file saved on a floppy   │
  254. │ drive for example.                  │
  255. │ You get in a sub-menu that allows   │
  256. │ you to perform various directory    │
  257. │ operations.                         │
  258. │ Notice that this does not change    │
  259. │ the name of the default directory   │
  260. │ stored on the drive (Cf in the      │
  261. │ configuration menu).                │
  262. ├─────────────┬───────────┬───────────┤
  263. │     Next    │    Back   │   Quit    │
  264. └─────────────┴───────────┴───────────┘
  265. FILES      File manager menu           
  266. ┌─────────────────────────────────────┐
  267. │ FILE MANAGER MENU (2/6)           6 │
  268. ├─────────────────────────────────────┤
  269. │ DIRECTORY MANAGER: (contd)          │
  270. │ -----------------                   │
  271. │ Let's see the functions of this     │
  272. │ menu:                               │
  273. │ 1st group : Drive change:           │
  274. │ ---------                           │
  275. │ You just have to type in the letter │
  276. │ of the drive where you want to go   │
  277. │ or click with the mouse on the      │
  278. │ matching symbol.                    │
  279. │ The listing of the included files   │
  280. │ and sub-directories will be         │
  281. │ displayed on the screen, and if     │
  282. │ required, the parent directories by │
  283. │ DOS dots (. and ..)                 │
  284. │                                     │
  285. │                               ''/.. │
  286. ├─────────────┬───────────┬───────────┤
  287. │     Next    │    Back   │   Quit    │
  288. └─────────────┴───────────┴───────────┘
  289. FILES      File manager menu           
  290. ┌─────────────────────────────────────┐
  291. │ FILE MANAGER MENU (3/6)           6 │
  292. ├─────────────────────────────────────┤
  293. │ DIRECTORY MANAGER: (contd)          │
  294. │ -----------------                   │
  295. │ To go upward or backward in the     │
  296. │ directories, you just have to       │
  297. │ select, either by clicking with the │
  298. │ mouse, or typing 'S' or by hitting  │
  299. │ <Enter>.                            │
  300. │ 2nd group : scrolling/directory     │
  301. │ ---------                           │
  302. │ You can move inside the directory   │
  303. │ by using the key that match with    │
  304. │ key letters or with the arrows or   │
  305. │ with the mouse by clicking on the   │
  306. │ line.                               │
  307. │                                     │
  308. │ The scrolling is automatic in the   │
  309. │ displayed window               ''/..│
  310. ├─────────────┬───────────┬───────────┤
  311. │     Next    │    Back   │   Quit    │
  312. └─────────────┴───────────┴───────────┘
  313. FILES      File manager menu           
  314. ┌─────────────────────────────────────┐
  315. │ FILE MANAGER MENU (4/6)           6 │
  316. ├─────────────────────────────────────┤
  317. │ DIRECTORY MANAGER: (contd)          │
  318. │ -----------------                   │
  319. │ 3rd group : Files                   │
  320. │ ---------                           │
  321. │ The SELECTION acts differently if   │
  322. │ it is the name of a directory. This │
  323. │ directory becomes the active one    │
  324. │ and is displayed in the same way    │
  325. │ the previous one was (you just      │
  326. │ changed of active directory).       │
  327. │                                     │
  328. │ On the contrary, if you chose a     │
  329. │ file name, this file is displayed   │
  330. │ with a sub-menu that allows you to  │
  331. │ move inside this selected file.     │
  332. │                                     │
  333. │ You can go directly to the     ''/..│
  334. ├─────────────┬───────────┬───────────┤
  335. │     Next    │    Back   │   Quit    │
  336. └─────────────┴───────────┴───────────┘
  337. FILES      File manager menu           
  338. ┌─────────────────────────────────────┐
  339. │ FILE MANAGER MENU (5/6)           6 │
  340. ├─────────────────────────────────────┤
  341. │ DIRECTORY MANAGER: (contd)          │
  342. │ -----------------                   │
  343. │ beginning or the end of the file,   │
  344. │ moving of a full page backward or   │
  345. │ forward.                            │
  346. │ This program choose the display     │
  347. │ mode : 32 columns ASCII or          │
  348. │ 8 characters lines ASCII plus       │
  349. │ hexadecimal.                        │
  350. │ This choice can be changed.         │
  351. │                                     │
  352. │ The Sort/Name option sorts the      │
  353. │ files name by alphabetical order    │
  354. │ so that the user can find files     │
  355. │ more easily.                        │
  356. │ Notice that this sorting is done    │
  357. │ only in memory and not on the drive.│
  358. ├─────────────┬───────────┬───────────┤
  359. │     Next    │    Back   │   Quit    │
  360. └─────────────┴───────────┴───────────┘
  361. FILES      File manager menu           
  362. ┌─────────────────────────────────────┐
  363. │ FILE MANAGER MENU (6/6)           6 │
  364. ├─────────────────────────────────────┤
  365. │ DIRECTORY MANAGER: (contd)          │
  366. │ -----------------                   │
  367. │ Thus if you call back again this    │
  368. │ directory, the files will be again  │
  369. │ displayed in their drive order.     │
  370. │                                     │
  371. │ The delete function is the well-    │
  372. │ known one. It deletes the selected  │
  373. │ file. The program will ask for a    │
  374. │ confirmation before proceeding.     │
  375. │ The deleted file cannot be restored.│
  376. │ The RECORDING of the file under the │
  377. │ cursor will be automaticly done by  │
  378. │ copying on the defined support.     │
  379. │ For further details, see the        │
  380. │ 'File Recording' function.          │
  381. │                                     │
  382. ├─────────────┬───────────┬───────────┤
  383. │     Next    │    Back   │   Quit    │
  384. └─────────────┴───────────┴───────────┘
  385. FILES      File manager menu           
  386. ┌─────────────────────────────────────┐
  387. │ FILE MANAGER MENU                 7 │
  388. ├─────────────────────────────────────┤
  389. │ BACK TO THE WORKING DIRECTORY       │
  390. │ -----------------------------       │
  391. │ The previous function allows you to │
  392. │ to any directory you want to work in│
  393. │ or just look in.                    │
  394. │ But if you want to go back to the   │
  395. │ default application directory, the  │
  396. │ directory that is stored in the     │
  397. │ configuration file and that you can │
  398. │ change with the option in the       │
  399. │ configuration menu, you just have   │
  400. │ to call this function which will    │
  401. │ automaticly copy the access path    │
  402. │ from the configuration file and put │
  403. │ you back in the default directory.  │
  404. │                                     │
  405. │                                     │
  406. ├─────────────┬───────────┬───────────┤
  407. │     Next    │    Back   │   Quit    │
  408. └─────────────┴───────────┴───────────┘
  409. FILES      File manager menu           
  410. ┌─────────────────────────────────────┐
  411. │ FILE MANAGER MENU                 8 │
  412. ├─────────────────────────────────────┤
  413. │ SAVE RECORDING 1/3:                 │
  414. │ ------------------                  │
  415. │ This option will be used to ease    │
  416. │ the recording of the files to a     │
  417. │ floppy disk or another support.     │
  418. │ The operation is composed of        │
  419. │ several steps :                     │
  420. │                                     │
  421. │ When you call this function, the    │
  422. │ program displays the default paths  │
  423. │ which are stored in memory and that │
  424. │ have been saved in the service file │
  425. │                                     │
  426. │ You must confirm the validity of    │
  427. │ these data. Otherwise, you can      │
  428. │ modify them with the 'CONFIGURATION'│
  429. │ menu.                          ''/..│
  430. ├─────────────┬───────────┬───────────┤
  431. │     Next    │    Back   │   Quit    │
  432. └─────────────┴───────────┴───────────┘
  433. FILES      File manager menu           
  434. ┌─────────────────────────────────────┐
  435. │ FILE MANAGER MENU                 8 │
  436. ├─────────────────────────────────────┤
  437. │ SAVE RECORDING 2/3 :                │
  438. │ ------------------                  │
  439. │ When you have accepted the path and │
  440. │ to avoid overwriting the previous   │
  441. │ recordings, the program will prompt │
  442. │ you to create a directory on the    │
  443. │ recording support.                  │
  444. │ This directory will be made of the  │
  445. │ defined path (for instance A:\)     │
  446. │ and today's date followed by a      │
  447. │ suffixe A, B,..                     │
  448. │ You change this path name to suit   │
  449. │ your tastes.                        │
  450. │ You will get as a recording name :  │
  451. │ for example :  A:\221293A.          │
  452. │ When you have confirmed this path   │
  453. │ you get to the recording.       '/..│
  454. ├─────────────┬───────────┬───────────┤
  455. │     Next    │    Back   │   Quit    │
  456. └─────────────┴───────────┴───────────┘
  457. FILES      File manager menu           
  458. ┌─────────────────────────────────────┐
  459. │ FILE MANAGER MENU                 8 │
  460. ├─────────────────────────────────────┤
  461. │ SAVE RECORDING 3/3 :                │
  462. │ ------------------                  │
  463. │ The file path is defined too, but   │
  464. │ as you are now in the directory     │
  465. │ manager function, you can move in   │
  466. │ the directories, and in the drives  │
  467. │ to proceed.                         │
  468. │                                     │
  469. │ You just have to use the option     │
  470. │ in the sub-menu.                    │
  471. │ You just have to put the cursor     │
  472. │ above the file name you want to     │
  473. │ record and press <V> in order for   │
  474. │ the file to be copied to the        │
  475. │ defined support.                    │
  476. │                                     │
  477. │                                     │
  478. ├─────────────┬───────────┬───────────┤
  479. │     Next    │    Back   │   Quit    │
  480. └─────────────┴───────────┴───────────┘
  481. FILES      File manager menu           
  482. ┌─────────────────────────────────────┐
  483. │ FILE MANAGER MENU                 9 │
  484. ├─────────────────────────────────────┤
  485. │ PRINT :                             │
  486. │ -----                               │
  487. │ It is the option you must use if    │
  488. │ you want to perform a complete      │
  489. │ edition which depends on the        │
  490. │ application. It can be an user file │
  491. │ or the global result of a treatment.│
  492. │                                     │
  493. │ The more specific editions are done │
  494. │ in the program body, and whenever   │
  495. │ you want to, you can perform a      │
  496. │ screen printing since the program   │
  497. │ is in text mode.                    │
  498. │ Depending on the program, this      │
  499. │ function can display a sub-menu to  │
  500. │ choose what to print.               │
  501. │                                     │
  502. ├─────────────┬───────────┬───────────┤
  503. │     Next    │    Back   │   Quit    │
  504. └─────────────┴───────────┴───────────┘
  505. FILES      File manager menu           
  506. ┌─────────────────────────────────────┐
  507. │ FILE MANAGER MENU                10 │
  508. ├─────────────────────────────────────┤
  509. │ COPY TO A FILE :                    │
  510. │ --------------                      │
  511. │ It is an edition variant that send  │
  512. │ the file to print to a file which   │
  513. │ name will be chosen by the user.    │
  514. │                                     │
  515. │ This allows you to include the file │
  516. │ content directly. For instance in a │
  517. │ report and you will be able to      │
  518. │ change it with just a text editor or│
  519. │ a word processor.                   │
  520. │ This output will be done in ASCII   │
  521. │ with the printer parameters set up  │
  522. │ (IBM semi-graphic characters or not)│
  523. │ choosen in the configuration menu.  │
  524. │                                     │
  525. │                                     │
  526. ├─────────────┬───────────┬───────────┤
  527. │     Next    │    Back   │   Quit    │
  528. └─────────────┴───────────┴───────────┘
  529. FILES      File manager menu           
  530. ┌─────────────────────────────────────┐
  531. │ FILE MANAGER MENU                11 │
  532. ├─────────────────────────────────────┤
  533. │ QUIT TO DOS :                       │
  534. │ -----------                         │
  535. │ This function is the only one made  │
  536. │ to quit the program and go back to  │
  537. │ the DOS prompt.                     │
  538. │ All the files are closed and you go │
  539. │ back to the DOS prompt.             │
  540. │                                     │
  541. │ If you runned the program from a    │
  542. │ menu manager, you should perform    │
  543. │ a call to this menu (For instance   │
  544. │ with a BAT file).                   │
  545. │                                     │
  546. │ If you hit <ESC> several times from │
  547. │ anywhere in the program, you must   │
  548. │ call this menu to exit.             │
  549. │                                     │
  550. ├─────────────┬───────────┬───────────┤
  551. │     Next    │    Back   │   Quit    │
  552. └─────────────┴───────────┴───────────┘
  553. MENU2    Generalities of the subprogram
  554. ┌─────────────────────────────────────┐
  555. │ MENU2  Generalities               1 │
  556. ├─────────────────────────────────────┤
  557. │                                     │
  558. │                                     │
  559. │                                     │
  560. │                                     │
  561. │                                     │
  562. │                                     │
  563. │                                     │
  564. │                                     │
  565. │                                     │
  566. │                                     │
  567. │                                     │
  568. │                                     │
  569. │                                     │
  570. │                                     │
  571. │                                     │
  572. │                                     │
  573. │                                     │
  574. ├─────────────┬───────────┬───────────┤
  575. │     Next    │    Back   │   Quit    │
  576. └─────────────┴───────────┴───────────┘
  577. MENU2    Function 1 of the sub-program.
  578. ┌─────────────────────────────────────┐
  579. │ MENU2   Function 1                2 │
  580. ├─────────────────────────────────────┤
  581. │                                     │
  582. │                                     │
  583. │                                     │
  584. │                                     │
  585. │                                     │
  586. │                                     │
  587. │                                     │
  588. │                                     │
  589. │                                     │
  590. │                                     │
  591. │                                     │
  592. │                                     │
  593. │                                     │
  594. │                                     │
  595. │                                     │
  596. │                                     │
  597. │                                     │
  598. ├─────────────┬───────────┬───────────┤
  599. │     Next    │    Back   │   Quit    │
  600. └─────────────┴───────────┴───────────┘
  601. MENU2    Function 2 of the sub-program.
  602. ┌─────────────────────────────────────┐
  603. │ MENU2   Function 2                3 │
  604. ├─────────────────────────────────────┤
  605. │                                     │
  606. │                                     │
  607. │                                     │
  608. │                                     │
  609. │                                     │
  610. │                                     │
  611. │                                     │
  612. │                                     │
  613. │                                     │
  614. │                                     │
  615. │                                     │
  616. │                                     │
  617. │                                     │
  618. │                                     │
  619. │                                     │
  620. │                                     │
  621. │                                     │
  622. ├─────────────┬───────────┬───────────┤
  623. │     Next    │    Back   │   Quit    │
  624. └─────────────┴───────────┴───────────┘
  625. MENU2    Function 3 of the sub-program.
  626. ┌─────────────────────────────────────┐
  627. │ MENU2   Function 3                4 │
  628. ├─────────────────────────────────────┤
  629. │                                     │
  630. │                                     │
  631. │                                     │
  632. │                                     │
  633. │                                     │
  634. │                                     │
  635. │                                     │
  636. │                                     │
  637. │                                     │
  638. │                                     │
  639. │                                     │
  640. │                                     │
  641. │                                     │
  642. │                                     │
  643. │                                     │
  644. │                                     │
  645. │                                     │
  646. ├─────────────┬───────────┬───────────┤
  647. │     Next    │    Back   │   Quit    │
  648. └─────────────┴───────────┴───────────┘
  649. MENU2    Function 4 of the sub-program.
  650. ┌─────────────────────────────────────┐
  651. │ MENU2   Function 4                5 │
  652. ├─────────────────────────────────────┤
  653. │                                     │
  654. │                                     │
  655. │                                     │
  656. │                                     │
  657. │                                     │
  658. │                                     │
  659. │                                     │
  660. │                                     │
  661. │                                     │
  662. │                                     │
  663. │                                     │
  664. │                                     │
  665. │                                     │
  666. │                                     │
  667. │                                     │
  668. │                                     │
  669. │                                     │
  670. ├─────────────┬───────────┬───────────┤
  671. │     Next    │    Back   │   Quit    │
  672. └─────────────┴───────────┴───────────┘
  673. MENU2    Function 5 of the sub-program.
  674. ┌─────────────────────────────────────┐
  675. │ MENU2   Function 5                6 │
  676. ├─────────────────────────────────────┤
  677. │                                     │
  678. │                                     │
  679. │                                     │
  680. │                                     │
  681. │                                     │
  682. │                                     │
  683. │                                     │
  684. │                                     │
  685. │                                     │
  686. │                                     │
  687. │                                     │
  688. │                                     │
  689. │                                     │
  690. │                                     │
  691. │                                     │
  692. │                                     │
  693. │                                     │
  694. ├─────────────┬───────────┬───────────┤
  695. │     Next    │    Back   │   Quit    │
  696. └─────────────┴───────────┴───────────┘
  697. MENU2    Function 6 of the sub-program.
  698. ┌─────────────────────────────────────┐
  699. │ MENU2   Function 6                7 │
  700. ├─────────────────────────────────────┤
  701. │                                     │
  702. │                                     │
  703. │                                     │
  704. │                                     │
  705. │                                     │
  706. │                                     │
  707. │                                     │
  708. │                                     │
  709. │                                     │
  710. │                                     │
  711. │                                     │
  712. │                                     │
  713. │                                     │
  714. │                                     │
  715. │                                     │
  716. │                                     │
  717. │                                     │
  718. ├─────────────┬───────────┬───────────┤
  719. │     Next    │    Back   │   Quit    │
  720. └─────────────┴───────────┴───────────┘
  721. MENU2    Function 7 of the sub-program.
  722. ┌─────────────────────────────────────┐
  723. │ MENU2   Function 7                8 │
  724. ├─────────────────────────────────────┤
  725. │                                     │
  726. │                                     │
  727. │                                     │
  728. │                                     │
  729. │                                     │
  730. │                                     │
  731. │                                     │
  732. │                                     │
  733. │                                     │
  734. │                                     │
  735. │                                     │
  736. │                                     │
  737. │                                     │
  738. │                                     │
  739. │                                     │
  740. │                                     │
  741. │                                     │
  742. ├─────────────┬───────────┬───────────┤
  743. │     Next    │    Back   │   Quit    │
  744. └─────────────┴───────────┴───────────┘
  745. MENU2    Function 8 of the sub-program.
  746. ┌─────────────────────────────────────┐
  747. │ MENU2   Function 8                9 │
  748. ├─────────────────────────────────────┤
  749. │                                     │
  750. │                                     │
  751. │                                     │
  752. │                                     │
  753. │                                     │
  754. │                                     │
  755. │                                     │
  756. │                                     │
  757. │                                     │
  758. │                                     │
  759. │                                     │
  760. │                                     │
  761. │                                     │
  762. │                                     │
  763. │                                     │
  764. │                                     │
  765. │                                     │
  766. ├─────────────┬───────────┬───────────┤
  767. │     Next    │    Back   │   Quit    │
  768. └─────────────┴───────────┴───────────┘
  769. MENU2    Function 9 of the sub-program.
  770. ┌─────────────────────────────────────┐
  771. │ MENU2   Function 9               10 │
  772. ├─────────────────────────────────────┤
  773. │                                     │
  774. │                                     │
  775. │                                     │
  776. │                                     │
  777. │                                     │
  778. │                                     │
  779. │                                     │
  780. │                                     │
  781. │                                     │
  782. │                                     │
  783. │                                     │
  784. │                                     │
  785. │                                     │
  786. │                                     │
  787. │                                     │
  788. │                                     │
  789. │                                     │
  790. ├─────────────┬───────────┬───────────┤
  791. │     Next    │    Back   │   Quit    │
  792. └─────────────┴───────────┴───────────┘
  793. MENU2    Function 10 of the sub-program
  794. ┌─────────────────────────────────────┐
  795. │ MENU2   Function 10              11 │
  796. ├─────────────────────────────────────┤
  797. │                                     │
  798. │                                     │
  799. │                                     │
  800. │                                     │
  801. │                                     │
  802. │                                     │
  803. │                                     │
  804. │                                     │
  805. │                                     │
  806. │                                     │
  807. │                                     │
  808. │                                     │
  809. │                                     │
  810. │                                     │
  811. │                                     │
  812. │                                     │
  813. │                                     │
  814. ├─────────────┬───────────┬───────────┤
  815. │     Next    │    Back   │   Quit    │
  816. └─────────────┴───────────┴───────────┘
  817. MENU3    Generalities of the subprogram
  818. ┌─────────────────────────────────────┐
  819. │ MENU3  Generalities               1 │
  820. ├─────────────────────────────────────┤
  821. │                                     │
  822. │                                     │
  823. │                                     │
  824. │                                     │
  825. │                                     │
  826. │                                     │
  827. │                                     │
  828. │                                     │
  829. │                                     │
  830. │                                     │
  831. │                                     │
  832. │                                     │
  833. │                                     │
  834. │                                     │
  835. │                                     │
  836. │                                     │
  837. │                                     │
  838. ├─────────────┬───────────┬───────────┤
  839. │     Next    │    Back   │   Quit    │
  840. └─────────────┴───────────┴───────────┘
  841. MENU3    Function 1 of the sub-program.
  842. ┌─────────────────────────────────────┐
  843. │ MENU3   Function 1                2 │
  844. ├─────────────────────────────────────┤
  845. │                                     │
  846. │                                     │
  847. │                                     │
  848. │                                     │
  849. │                                     │
  850. │                                     │
  851. │                                     │
  852. │                                     │
  853. │                                     │
  854. │                                     │
  855. │                                     │
  856. │                                     │
  857. │                                     │
  858. │                                     │
  859. │                                     │
  860. │                                     │
  861. │                                     │
  862. ├─────────────┬───────────┬───────────┤
  863. │     Next    │    Back   │   Quit    │
  864. └─────────────┴───────────┴───────────┘
  865. MENU3    Function 2 of the sub-program.
  866. ┌─────────────────────────────────────┐
  867. │ MENU3   Function 2                3 │
  868. ├─────────────────────────────────────┤
  869. │                                     │
  870. │                                     │
  871. │                                     │
  872. │                                     │
  873. │                                     │
  874. │                                     │
  875. │                                     │
  876. │                                     │
  877. │                                     │
  878. │                                     │
  879. │                                     │
  880. │                                     │
  881. │                                     │
  882. │                                     │
  883. │                                     │
  884. │                                     │
  885. │                                     │
  886. ├─────────────┬───────────┬───────────┤
  887. │     Next    │    Back   │   Quit    │
  888. └─────────────┴───────────┴───────────┘
  889. MENU3    Function 3 of the sub-program.
  890. ┌─────────────────────────────────────┐
  891. │ MENU3   Function 3                4 │
  892. ├─────────────────────────────────────┤
  893. │                                     │
  894. │                                     │
  895. │                                     │
  896. │                                     │
  897. │                                     │
  898. │                                     │
  899. │                                     │
  900. │                                     │
  901. │                                     │
  902. │                                     │
  903. │                                     │
  904. │                                     │
  905. │                                     │
  906. │                                     │
  907. │                                     │
  908. │                                     │
  909. │                                     │
  910. ├─────────────┬───────────┬───────────┤
  911. │     Next    │    Back   │   Quit    │
  912. └─────────────┴───────────┴───────────┘
  913. MENU3    Function 4 of the sub-program.
  914. ┌─────────────────────────────────────┐
  915. │ MENU3   Function 4                5 │
  916. ├─────────────────────────────────────┤
  917. │                                     │
  918. │                                     │
  919. │                                     │
  920. │                                     │
  921. │                                     │
  922. │                                     │
  923. │                                     │
  924. │                                     │
  925. │                                     │
  926. │                                     │
  927. │                                     │
  928. │                                     │
  929. │                                     │
  930. │                                     │
  931. │                                     │
  932. │                                     │
  933. │                                     │
  934. ├─────────────┬───────────┬───────────┤
  935. │     Next    │    Back   │   Quit    │
  936. └─────────────┴───────────┴───────────┘
  937. MENU3    Function 5 of the sub-program.
  938. ┌─────────────────────────────────────┐
  939. │ MENU3   Function 5                6 │
  940. ├─────────────────────────────────────┤
  941. │                                     │
  942. │                                     │
  943. │                                     │
  944. │                                     │
  945. │                                     │
  946. │                                     │
  947. │                                     │
  948. │                                     │
  949. │                                     │
  950. │                                     │
  951. │                                     │
  952. │                                     │
  953. │                                     │
  954. │                                     │
  955. │                                     │
  956. │                                     │
  957. │                                     │
  958. ├─────────────┬───────────┬───────────┤
  959. │     Next    │    Back   │   Quit    │
  960. └─────────────┴───────────┴───────────┘
  961. MENU3    Function 6 of the sub-program.
  962. ┌─────────────────────────────────────┐
  963. │ MENU3   Function 6                7 │
  964. ├─────────────────────────────────────┤
  965. │                                     │
  966. │                                     │
  967. │                                     │
  968. │                                     │
  969. │                                     │
  970. │                                     │
  971. │                                     │
  972. │                                     │
  973. │                                     │
  974. │                                     │
  975. │                                     │
  976. │                                     │
  977. │                                     │
  978. │                                     │
  979. │                                     │
  980. │                                     │
  981. │                                     │
  982. ├─────────────┬───────────┬───────────┤
  983. │     Next    │    Back   │   Quit    │
  984. └─────────────┴───────────┴───────────┘
  985. MENU3    Function 7 of the sub-program.
  986. ┌─────────────────────────────────────┐
  987. │ MENU3   Function 7                8 │
  988. ├─────────────────────────────────────┤
  989. │                                     │
  990. │                                     │
  991. │                                     │
  992. │                                     │
  993. │                                     │
  994. │                                     │
  995. │                                     │
  996. │                                     │
  997. │                                     │
  998. │                                     │
  999. │                                     │
  1000. │                                     │
  1001. │                                     │
  1002. │                                     │
  1003. │                                     │
  1004. │                                     │
  1005. │                                     │
  1006. ├─────────────┬───────────┬───────────┤
  1007. │     Next    │    Back   │   Quit    │
  1008. └─────────────┴───────────┴───────────┘
  1009. MENU3    Function 8 of the sub-program.
  1010. ┌─────────────────────────────────────┐
  1011. │ MENU3   Function 8                9 │
  1012. ├─────────────────────────────────────┤
  1013. │                                     │
  1014. │                                     │
  1015. │                                     │
  1016. │                                     │
  1017. │                                     │
  1018. │                                     │
  1019. │                                     │
  1020. │                                     │
  1021. │                                     │
  1022. │                                     │
  1023. │                                     │
  1024. │                                     │
  1025. │                                     │
  1026. │                                     │
  1027. │                                     │
  1028. │                                     │
  1029. │                                     │
  1030. ├─────────────┬───────────┬───────────┤
  1031. │     Next    │    Back   │   Quit    │
  1032. └─────────────┴───────────┴───────────┘
  1033. MENU3    Function 9 of the sub-program.
  1034. ┌─────────────────────────────────────┐
  1035. │ MENU3   Function 9               10 │
  1036. ├─────────────────────────────────────┤
  1037. │                                     │
  1038. │                                     │
  1039. │                                     │
  1040. │                                     │
  1041. │                                     │
  1042. │                                     │
  1043. │                                     │
  1044. │                                     │
  1045. │                                     │
  1046. │                                     │
  1047. │                                     │
  1048. │                                     │
  1049. │                                     │
  1050. │                                     │
  1051. │                                     │
  1052. │                                     │
  1053. │                                     │
  1054. ├─────────────┬───────────┬───────────┤
  1055. │     Next    │    Back   │   Quit    │
  1056. └─────────────┴───────────┴───────────┘
  1057. MENU3    Function 10 of the sub-program
  1058. ┌─────────────────────────────────────┐
  1059. │ MENU3   Function 10              11 │
  1060. ├─────────────────────────────────────┤
  1061. │                                     │
  1062. │                                     │
  1063. │                                     │
  1064. │                                     │
  1065. │                                     │
  1066. │                                     │
  1067. │                                     │
  1068. │                                     │
  1069. │                                     │
  1070. │                                     │
  1071. │                                     │
  1072. │                                     │
  1073. │                                     │
  1074. │                                     │
  1075. │                                     │
  1076. │                                     │
  1077. │                                     │
  1078. ├─────────────┬───────────┬───────────┤
  1079. │     Next    │    Back   │   Quit    │
  1080. └─────────────┴───────────┴───────────┘
  1081. MENU4    Generalities of the subprogram
  1082. ┌─────────────────────────────────────┐
  1083. │ MENU4  Generalities               1 │
  1084. ├─────────────────────────────────────┤
  1085. │                                     │
  1086. │                                     │
  1087. │                                     │
  1088. │                                     │
  1089. │                                     │
  1090. │                                     │
  1091. │                                     │
  1092. │                                     │
  1093. │                                     │
  1094. │                                     │
  1095. │                                     │
  1096. │                                     │
  1097. │                                     │
  1098. │                                     │
  1099. │                                     │
  1100. │                                     │
  1101. │                                     │
  1102. ├─────────────┬───────────┬───────────┤
  1103. │     Next    │    Back   │   Quit    │
  1104. └─────────────┴───────────┴───────────┘
  1105. MENU4    Function 1 of the sub-program.
  1106. ┌─────────────────────────────────────┐
  1107. │ MENU4   Function 1                2 │
  1108. ├─────────────────────────────────────┤
  1109. │                                     │
  1110. │                                     │
  1111. │                                     │
  1112. │                                     │
  1113. │                                     │
  1114. │                                     │
  1115. │                                     │
  1116. │                                     │
  1117. │                                     │
  1118. │                                     │
  1119. │                                     │
  1120. │                                     │
  1121. │                                     │
  1122. │                                     │
  1123. │                                     │
  1124. │                                     │
  1125. │                                     │
  1126. ├─────────────┬───────────┬───────────┤
  1127. │     Next    │    Back   │   Quit    │
  1128. └─────────────┴───────────┴───────────┘
  1129. MENU4    Function 2 of the sub-program.
  1130. ┌─────────────────────────────────────┐
  1131. │ MENU4   Function 2                3 │
  1132. ├─────────────────────────────────────┤
  1133. │                                     │
  1134. │                                     │
  1135. │                                     │
  1136. │                                     │
  1137. │                                     │
  1138. │                                     │
  1139. │                                     │
  1140. │                                     │
  1141. │                                     │
  1142. │                                     │
  1143. │                                     │
  1144. │                                     │
  1145. │                                     │
  1146. │                                     │
  1147. │                                     │
  1148. │                                     │
  1149. │                                     │
  1150. ├─────────────┬───────────┬───────────┤
  1151. │     Next    │    Back   │   Quit    │
  1152. └─────────────┴───────────┴───────────┘
  1153. MENU4    Function 3 of the sub-program.
  1154. ┌─────────────────────────────────────┐
  1155. │ MENU4   Function 3                4 │
  1156. ├─────────────────────────────────────┤
  1157. │                                     │
  1158. │                                     │
  1159. │                                     │
  1160. │                                     │
  1161. │                                     │
  1162. │                                     │
  1163. │                                     │
  1164. │                                     │
  1165. │                                     │
  1166. │                                     │
  1167. │                                     │
  1168. │                                     │
  1169. │                                     │
  1170. │                                     │
  1171. │                                     │
  1172. │                                     │
  1173. │                                     │
  1174. ├─────────────┬───────────┬───────────┤
  1175. │     Next    │    Back   │   Quit    │
  1176. └─────────────┴───────────┴───────────┘
  1177. MENU4    Function 4 of the sub-program.
  1178. ┌─────────────────────────────────────┐
  1179. │ MENU4   Function 4                5 │
  1180. ├─────────────────────────────────────┤
  1181. │                                     │
  1182. │                                     │
  1183. │                                     │
  1184. │                                     │
  1185. │                                     │
  1186. │                                     │
  1187. │                                     │
  1188. │                                     │
  1189. │                                     │
  1190. │                                     │
  1191. │                                     │
  1192. │                                     │
  1193. │                                     │
  1194. │                                     │
  1195. │                                     │
  1196. │                                     │
  1197. │                                     │
  1198. ├─────────────┬───────────┬───────────┤
  1199. │     Next    │    Back   │   Quit    │
  1200. └─────────────┴───────────┴───────────┘
  1201. MENU4    Function 5 of the sub-program.
  1202. ┌─────────────────────────────────────┐
  1203. │ MENU4   Function 5                6 │
  1204. ├─────────────────────────────────────┤
  1205. │                                     │
  1206. │                                     │
  1207. │                                     │
  1208. │                                     │
  1209. │                                     │
  1210. │                                     │
  1211. │                                     │
  1212. │                                     │
  1213. │                                     │
  1214. │                                     │
  1215. │                                     │
  1216. │                                     │
  1217. │                                     │
  1218. │                                     │
  1219. │                                     │
  1220. │                                     │
  1221. │                                     │
  1222. ├─────────────┬───────────┬───────────┤
  1223. │     Next    │    Back   │   Quit    │
  1224. └─────────────┴───────────┴───────────┘
  1225. MENU4    Function 6 of the sub-program.
  1226. ┌─────────────────────────────────────┐
  1227. │ MENU4   Function 6                7 │
  1228. ├─────────────────────────────────────┤
  1229. │                                     │
  1230. │                                     │
  1231. │                                     │
  1232. │                                     │
  1233. │                                     │
  1234. │                                     │
  1235. │                                     │
  1236. │                                     │
  1237. │                                     │
  1238. │                                     │
  1239. │                                     │
  1240. │                                     │
  1241. │                                     │
  1242. │                                     │
  1243. │                                     │
  1244. │                                     │
  1245. │                                     │
  1246. ├─────────────┬───────────┬───────────┤
  1247. │     Next    │    Back   │   Quit    │
  1248. └─────────────┴───────────┴───────────┘
  1249. MENU4    Function 7 of the sub-program.
  1250. ┌─────────────────────────────────────┐
  1251. │ MENU4   Function 7                8 │
  1252. ├─────────────────────────────────────┤
  1253. │                                     │
  1254. │                                     │
  1255. │                                     │
  1256. │                                     │
  1257. │                                     │
  1258. │                                     │
  1259. │                                     │
  1260. │                                     │
  1261. │                                     │
  1262. │                                     │
  1263. │                                     │
  1264. │                                     │
  1265. │                                     │
  1266. │                                     │
  1267. │                                     │
  1268. │                                     │
  1269. │                                     │
  1270. ├─────────────┬───────────┬───────────┤
  1271. │     Next    │    Back   │   Quit    │
  1272. └─────────────┴───────────┴───────────┘
  1273. MENU4    Function 8 of the sub-program.
  1274. ┌─────────────────────────────────────┐
  1275. │ MENU4   Function 8                9 │
  1276. ├─────────────────────────────────────┤
  1277. │                                     │
  1278. │                                     │
  1279. │                                     │
  1280. │                                     │
  1281. │                                     │
  1282. │                                     │
  1283. │                                     │
  1284. │                                     │
  1285. │                                     │
  1286. │                                     │
  1287. │                                     │
  1288. │                                     │
  1289. │                                     │
  1290. │                                     │
  1291. │                                     │
  1292. │                                     │
  1293. │                                     │
  1294. ├─────────────┬───────────┬───────────┤
  1295. │     Next    │    Back   │   Quit    │
  1296. └─────────────┴───────────┴───────────┘
  1297. MENU4    Function 9 of the sub-program.
  1298. ┌─────────────────────────────────────┐
  1299. │ MENU4   Function 9               10 │
  1300. ├─────────────────────────────────────┤
  1301. │                                     │
  1302. │                                     │
  1303. │                                     │
  1304. │                                     │
  1305. │                                     │
  1306. │                                     │
  1307. │                                     │
  1308. │                                     │
  1309. │                                     │
  1310. │                                     │
  1311. │                                     │
  1312. │                                     │
  1313. │                                     │
  1314. │                                     │
  1315. │                                     │
  1316. │                                     │
  1317. │                                     │
  1318. ├─────────────┬───────────┬───────────┤
  1319. │     Next    │    Back   │   Quit    │
  1320. └─────────────┴───────────┴───────────┘
  1321. MENU4    Function 10 of the sub-program
  1322. ┌─────────────────────────────────────┐
  1323. │ MENU4   Function 10              11 │
  1324. ├─────────────────────────────────────┤
  1325. │                                     │
  1326. │                                     │
  1327. │                                     │
  1328. │                                     │
  1329. │                                     │
  1330. │                                     │
  1331. │                                     │
  1332. │                                     │
  1333. │                                     │
  1334. │                                     │
  1335. │                                     │
  1336. │                                     │
  1337. │                                     │
  1338. │                                     │
  1339. │                                     │
  1340. │                                     │
  1341. │                                     │
  1342. ├─────────────┬───────────┬───────────┤
  1343. │     Next    │    Back   │   Quit    │
  1344. └─────────────┴───────────┴───────────┘
  1345. MENU5    Generalities of the subprogram
  1346. ┌─────────────────────────────────────┐
  1347. │ MENU5  Generalities               1 │
  1348. ├─────────────────────────────────────┤
  1349. │                                     │
  1350. │                                     │
  1351. │                                     │
  1352. │                                     │
  1353. │                                     │
  1354. │                                     │
  1355. │                                     │
  1356. │                                     │
  1357. │                                     │
  1358. │                                     │
  1359. │                                     │
  1360. │                                     │
  1361. │                                     │
  1362. │                                     │
  1363. │                                     │
  1364. │                                     │
  1365. │                                     │
  1366. ├─────────────┬───────────┬───────────┤
  1367. │     Next    │    Back   │   Quit    │
  1368. └─────────────┴───────────┴───────────┘
  1369. MENU5    Function 1 of the sub-program.
  1370. ┌─────────────────────────────────────┐
  1371. │ MENU5   Function 1                2 │
  1372. ├─────────────────────────────────────┤
  1373. │                                     │
  1374. │                                     │
  1375. │                                     │
  1376. │                                     │
  1377. │                                     │
  1378. │                                     │
  1379. │                                     │
  1380. │                                     │
  1381. │                                     │
  1382. │                                     │
  1383. │                                     │
  1384. │                                     │
  1385. │                                     │
  1386. │                                     │
  1387. │                                     │
  1388. │                                     │
  1389. │                                     │
  1390. ├─────────────┬───────────┬───────────┤
  1391. │     Next    │    Back   │   Quit    │
  1392. └─────────────┴───────────┴───────────┘
  1393. MENU5    Function 2 of the sub-program.
  1394. ┌─────────────────────────────────────┐
  1395. │ MENU5   Function 2                3 │
  1396. ├─────────────────────────────────────┤
  1397. │                                     │
  1398. │                                     │
  1399. │                                     │
  1400. │                                     │
  1401. │                                     │
  1402. │                                     │
  1403. │                                     │
  1404. │                                     │
  1405. │                                     │
  1406. │                                     │
  1407. │                                     │
  1408. │                                     │
  1409. │                                     │
  1410. │                                     │
  1411. │                                     │
  1412. │                                     │
  1413. │                                     │
  1414. ├─────────────┬───────────┬───────────┤
  1415. │     Next    │    Back   │   Quit    │
  1416. └─────────────┴───────────┴───────────┘
  1417. MENU5    Function 3 of the sub-program.
  1418. ┌─────────────────────────────────────┐
  1419. │ MENU5   Function 3                4 │
  1420. ├─────────────────────────────────────┤
  1421. │                                     │
  1422. │                                     │
  1423. │                                     │
  1424. │                                     │
  1425. │                                     │
  1426. │                                     │
  1427. │                                     │
  1428. │                                     │
  1429. │                                     │
  1430. │                                     │
  1431. │                                     │
  1432. │                                     │
  1433. │                                     │
  1434. │                                     │
  1435. │                                     │
  1436. │                                     │
  1437. │                                     │
  1438. ├─────────────┬───────────┬───────────┤
  1439. │     Next    │    Back   │   Quit    │
  1440. └─────────────┴───────────┴───────────┘
  1441. MENU5    Function 4 of the sub-program.
  1442. ┌─────────────────────────────────────┐
  1443. │ MENU5   Function 4                5 │
  1444. ├─────────────────────────────────────┤
  1445. │                                     │
  1446. │                                     │
  1447. │                                     │
  1448. │                                     │
  1449. │                                     │
  1450. │                                     │
  1451. │                                     │
  1452. │                                     │
  1453. │                                     │
  1454. │                                     │
  1455. │                                     │
  1456. │                                     │
  1457. │                                     │
  1458. │                                     │
  1459. │                                     │
  1460. │                                     │
  1461. │                                     │
  1462. ├─────────────┬───────────┬───────────┤
  1463. │     Next    │    Back   │   Quit    │
  1464. └─────────────┴───────────┴───────────┘
  1465. MENU5    Function 5 of the sub-program.
  1466. ┌─────────────────────────────────────┐
  1467. │ MENU5   Function 5                6 │
  1468. ├─────────────────────────────────────┤
  1469. │                                     │
  1470. │                                     │
  1471. │                                     │
  1472. │                                     │
  1473. │                                     │
  1474. │                                     │
  1475. │                                     │
  1476. │                                     │
  1477. │                                     │
  1478. │                                     │
  1479. │                                     │
  1480. │                                     │
  1481. │                                     │
  1482. │                                     │
  1483. │                                     │
  1484. │                                     │
  1485. │                                     │
  1486. ├─────────────┬───────────┬───────────┤
  1487. │     Next    │    Back   │   Quit    │
  1488. └─────────────┴───────────┴───────────┘
  1489. MENU5    Function 6 of the sub-program.
  1490. ┌─────────────────────────────────────┐
  1491. │ MENU5   Function 6                7 │
  1492. ├─────────────────────────────────────┤
  1493. │                                     │
  1494. │                                     │
  1495. │                                     │
  1496. │                                     │
  1497. │                                     │
  1498. │                                     │
  1499. │                                     │
  1500. │                                     │
  1501. │                                     │
  1502. │                                     │
  1503. │                                     │
  1504. │                                     │
  1505. │                                     │
  1506. │                                     │
  1507. │                                     │
  1508. │                                     │
  1509. │                                     │
  1510. ├─────────────┬───────────┬───────────┤
  1511. │     Next    │    Back   │   Quit    │
  1512. └─────────────┴───────────┴───────────┘
  1513. MENU5    Function 7 of the sub-program.
  1514. ┌─────────────────────────────────────┐
  1515. │ MENU5   Function 7                8 │
  1516. ├─────────────────────────────────────┤
  1517. │                                     │
  1518. │                                     │
  1519. │                                     │
  1520. │                                     │
  1521. │                                     │
  1522. │                                     │
  1523. │                                     │
  1524. │                                     │
  1525. │                                     │
  1526. │                                     │
  1527. │                                     │
  1528. │                                     │
  1529. │                                     │
  1530. │                                     │
  1531. │                                     │
  1532. │                                     │
  1533. │                                     │
  1534. ├─────────────┬───────────┬───────────┤
  1535. │     Next    │    Back   │   Quit    │
  1536. └─────────────┴───────────┴───────────┘
  1537. MENU5    Function 8 of the sub-program.
  1538. ┌─────────────────────────────────────┐
  1539. │ MENU5   Function 8                9 │
  1540. ├─────────────────────────────────────┤
  1541. │                                     │
  1542. │                                     │
  1543. │                                     │
  1544. │                                     │
  1545. │                                     │
  1546. │                                     │
  1547. │                                     │
  1548. │                                     │
  1549. │                                     │
  1550. │                                     │
  1551. │                                     │
  1552. │                                     │
  1553. │                                     │
  1554. │                                     │
  1555. │                                     │
  1556. │                                     │
  1557. │                                     │
  1558. ├─────────────┬───────────┬───────────┤
  1559. │     Next    │    Back   │   Quit    │
  1560. └─────────────┴───────────┴───────────┘
  1561. MENU5    Function 9 of the sub-program.
  1562. ┌─────────────────────────────────────┐
  1563. │ MENU5   Function 9               10 │
  1564. ├─────────────────────────────────────┤
  1565. │                                     │
  1566. │                                     │
  1567. │                                     │
  1568. │                                     │
  1569. │                                     │
  1570. │                                     │
  1571. │                                     │
  1572. │                                     │
  1573. │                                     │
  1574. │                                     │
  1575. │                                     │
  1576. │                                     │
  1577. │                                     │
  1578. │                                     │
  1579. │                                     │
  1580. │                                     │
  1581. │                                     │
  1582. ├─────────────┬───────────┬───────────┤
  1583. │     Next    │    Back   │   Quit    │
  1584. └─────────────┴───────────┴───────────┘
  1585. MENU5    Function 10 of the sub-program
  1586. ┌─────────────────────────────────────┐
  1587. │ MENU5   Function 10              11 │
  1588. ├─────────────────────────────────────┤
  1589. │                                     │
  1590. │                                     │
  1591. │                                     │
  1592. │                                     │
  1593. │                                     │
  1594. │                                     │
  1595. │                                     │
  1596. │                                     │
  1597. │                                     │
  1598. │                                     │
  1599. │                                     │
  1600. │                                     │
  1601. │                                     │
  1602. │                                     │
  1603. │                                     │
  1604. │                                     │
  1605. │                                     │
  1606. ├─────────────┬───────────┬───────────┤
  1607. │     Next    │    Back   │   Quit    │
  1608. └─────────────┴───────────┴───────────┘
  1609. MENU6    Generalities of the subprogram
  1610. ┌─────────────────────────────────────┐
  1611. │ MENU6  Generalities               1 │
  1612. ├─────────────────────────────────────┤
  1613. │                                     │
  1614. │                                     │
  1615. │                                     │
  1616. │                                     │
  1617. │                                     │
  1618. │                                     │
  1619. │                                     │
  1620. │                                     │
  1621. │                                     │
  1622. │                                     │
  1623. │                                     │
  1624. │                                     │
  1625. │                                     │
  1626. │                                     │
  1627. │                                     │
  1628. │                                     │
  1629. │                                     │
  1630. ├─────────────┬───────────┬───────────┤
  1631. │     Next    │    Back   │   Quit    │
  1632. └─────────────┴───────────┴───────────┘
  1633. MENU6    Function 1 of the sub-program.
  1634. ┌─────────────────────────────────────┐
  1635. │ MENU6   Function 1                2 │
  1636. ├─────────────────────────────────────┤
  1637. │                                     │
  1638. │                                     │
  1639. │                                     │
  1640. │                                     │
  1641. │                                     │
  1642. │                                     │
  1643. │                                     │
  1644. │                                     │
  1645. │                                     │
  1646. │                                     │
  1647. │                                     │
  1648. │                                     │
  1649. │                                     │
  1650. │                                     │
  1651. │                                     │
  1652. │                                     │
  1653. │                                     │
  1654. ├─────────────┬───────────┬───────────┤
  1655. │     Next    │    Back   │   Quit    │
  1656. └─────────────┴───────────┴───────────┘
  1657. MENU6    Function 2 of the sub-program.
  1658. ┌─────────────────────────────────────┐
  1659. │ MENU6   Function 2                3 │
  1660. ├─────────────────────────────────────┤
  1661. │                                     │
  1662. │                                     │
  1663. │                                     │
  1664. │                                     │
  1665. │                                     │
  1666. │                                     │
  1667. │                                     │
  1668. │                                     │
  1669. │                                     │
  1670. │                                     │
  1671. │                                     │
  1672. │                                     │
  1673. │                                     │
  1674. │                                     │
  1675. │                                     │
  1676. │                                     │
  1677. │                                     │
  1678. ├─────────────┬───────────┬───────────┤
  1679. │     Next    │    Back   │   Quit    │
  1680. └─────────────┴───────────┴───────────┘
  1681. MENU6    Function 3 of the sub-program.
  1682. ┌─────────────────────────────────────┐
  1683. │ MENU6   Function 3                4 │
  1684. ├─────────────────────────────────────┤
  1685. │                                     │
  1686. │                                     │
  1687. │                                     │
  1688. │                                     │
  1689. │                                     │
  1690. │                                     │
  1691. │                                     │
  1692. │                                     │
  1693. │                                     │
  1694. │                                     │
  1695. │                                     │
  1696. │                                     │
  1697. │                                     │
  1698. │                                     │
  1699. │                                     │
  1700. │                                     │
  1701. │                                     │
  1702. ├─────────────┬───────────┬───────────┤
  1703. │     Next    │    Back   │   Quit    │
  1704. └─────────────┴───────────┴───────────┘
  1705. MENU6    Function 4 of the sub-program.
  1706. ┌─────────────────────────────────────┐
  1707. │ MENU6   Function 4                5 │
  1708. ├─────────────────────────────────────┤
  1709. │                                     │
  1710. │                                     │
  1711. │                                     │
  1712. │                                     │
  1713. │                                     │
  1714. │                                     │
  1715. │                                     │
  1716. │                                     │
  1717. │                                     │
  1718. │                                     │
  1719. │                                     │
  1720. │                                     │
  1721. │                                     │
  1722. │                                     │
  1723. │                                     │
  1724. │                                     │
  1725. │                                     │
  1726. ├─────────────┬───────────┬───────────┤
  1727. │     Next    │    Back   │   Quit    │
  1728. └─────────────┴───────────┴───────────┘
  1729. MENU6    Function 5 of the sub-program.
  1730. ┌─────────────────────────────────────┐
  1731. │ MENU6   Function 5                6 │
  1732. ├─────────────────────────────────────┤
  1733. │                                     │
  1734. │                                     │
  1735. │                                     │
  1736. │                                     │
  1737. │                                     │
  1738. │                                     │
  1739. │                                     │
  1740. │                                     │
  1741. │                                     │
  1742. │                                     │
  1743. │                                     │
  1744. │                                     │
  1745. │                                     │
  1746. │                                     │
  1747. │                                     │
  1748. │                                     │
  1749. │                                     │
  1750. ├─────────────┬───────────┬───────────┤
  1751. │     Next    │    Back   │   Quit    │
  1752. └─────────────┴───────────┴───────────┘
  1753. MENU6    Function 6 of the sub-program.
  1754. ┌─────────────────────────────────────┐
  1755. │ MENU6   Function 6                7 │
  1756. ├─────────────────────────────────────┤
  1757. │                                     │
  1758. │                                     │
  1759. │                                     │
  1760. │                                     │
  1761. │                                     │
  1762. │                                     │
  1763. │                                     │
  1764. │                                     │
  1765. │                                     │
  1766. │                                     │
  1767. │                                     │
  1768. │                                     │
  1769. │                                     │
  1770. │                                     │
  1771. │                                     │
  1772. │                                     │
  1773. │                                     │
  1774. ├─────────────┬───────────┬───────────┤
  1775. │     Next    │    Back   │   Quit    │
  1776. └─────────────┴───────────┴───────────┘
  1777. MENU6    Function 7 of the sub-program.
  1778. ┌─────────────────────────────────────┐
  1779. │ MENU6   Function 7                8 │
  1780. ├─────────────────────────────────────┤
  1781. │                                     │
  1782. │                                     │
  1783. │                                     │
  1784. │                                     │
  1785. │                                     │
  1786. │                                     │
  1787. │                                     │
  1788. │                                     │
  1789. │                                     │
  1790. │                                     │
  1791. │                                     │
  1792. │                                     │
  1793. │                                     │
  1794. │                                     │
  1795. │                                     │
  1796. │                                     │
  1797. │                                     │
  1798. ├─────────────┬───────────┬───────────┤
  1799. │     Next    │    Back   │   Quit    │
  1800. └─────────────┴───────────┴───────────┘
  1801. MENU6    Function 8 of the sub-program.
  1802. ┌─────────────────────────────────────┐
  1803. │ MENU6   Function 8                9 │
  1804. ├─────────────────────────────────────┤
  1805. │                                     │
  1806. │                                     │
  1807. │                                     │
  1808. │                                     │
  1809. │                                     │
  1810. │                                     │
  1811. │                                     │
  1812. │                                     │
  1813. │                                     │
  1814. │                                     │
  1815. │                                     │
  1816. │                                     │
  1817. │                                     │
  1818. │                                     │
  1819. │                                     │
  1820. │                                     │
  1821. │                                     │
  1822. ├─────────────┬───────────┬───────────┤
  1823. │     Next    │    Back   │   Quit    │
  1824. └─────────────┴───────────┴───────────┘
  1825. MENU6    Function 9 of the sub-program.
  1826. ┌─────────────────────────────────────┐
  1827. │ MENU6   Function 9               10 │
  1828. ├─────────────────────────────────────┤
  1829. │                                     │
  1830. │                                     │
  1831. │                                     │
  1832. │                                     │
  1833. │                                     │
  1834. │                                     │
  1835. │                                     │
  1836. │                                     │
  1837. │                                     │
  1838. │                                     │
  1839. │                                     │
  1840. │                                     │
  1841. │                                     │
  1842. │                                     │
  1843. │                                     │
  1844. │                                     │
  1845. │                                     │
  1846. ├─────────────┬───────────┬───────────┤
  1847. │     Next    │    Back   │   Quit    │
  1848. └─────────────┴───────────┴───────────┘
  1849. MENU6    Function 10 of the sub-program
  1850. ┌─────────────────────────────────────┐
  1851. │ MENU6   Function 10              11 │
  1852. ├─────────────────────────────────────┤
  1853. │                                     │
  1854. │                                     │
  1855. │                                     │
  1856. │                                     │
  1857. │                                     │
  1858. │                                     │
  1859. │                                     │
  1860. │                                     │
  1861. │                                     │
  1862. │                                     │
  1863. │                                     │
  1864. │                                     │
  1865. │                                     │
  1866. │                                     │
  1867. │                                     │
  1868. │                                     │
  1869. │                                     │
  1870. ├─────────────┬───────────┬───────────┤
  1871. │     Next    │    Back   │   Quit    │
  1872. └─────────────┴───────────┴───────────┘
  1873. MENU7    Generalities of the subprogram
  1874. ┌─────────────────────────────────────┐
  1875. │ MENU7  Generalities               1 │
  1876. ├─────────────────────────────────────┤
  1877. │                                     │
  1878. │                                     │
  1879. │                                     │
  1880. │                                     │
  1881. │                                     │
  1882. │                                     │
  1883. │                                     │
  1884. │                                     │
  1885. │                                     │
  1886. │                                     │
  1887. │                                     │
  1888. │                                     │
  1889. │                                     │
  1890. │                                     │
  1891. │                                     │
  1892. │                                     │
  1893. │                                     │
  1894. ├─────────────┬───────────┬───────────┤
  1895. │     Next    │    Back   │   Quit    │
  1896. └─────────────┴───────────┴───────────┘
  1897. MENU7    Function 1 of the sub-program.
  1898. ┌─────────────────────────────────────┐
  1899. │ MENU7   Function 1                2 │
  1900. ├─────────────────────────────────────┤
  1901. │                                     │
  1902. │                                     │
  1903. │                                     │
  1904. │                                     │
  1905. │                                     │
  1906. │                                     │
  1907. │                                     │
  1908. │                                     │
  1909. │                                     │
  1910. │                                     │
  1911. │                                     │
  1912. │                                     │
  1913. │                                     │
  1914. │                                     │
  1915. │                                     │
  1916. │                                     │
  1917. │                                     │
  1918. ├─────────────┬───────────┬───────────┤
  1919. │     Next    │    Back   │   Quit    │
  1920. └─────────────┴───────────┴───────────┘
  1921. MENU7    Function 2 of the sub-program.
  1922. ┌─────────────────────────────────────┐
  1923. │ MENU7   Function 2                3 │
  1924. ├─────────────────────────────────────┤
  1925. │                                     │
  1926. │                                     │
  1927. │                                     │
  1928. │                                     │
  1929. │                                     │
  1930. │                                     │
  1931. │                                     │
  1932. │                                     │
  1933. │                                     │
  1934. │                                     │
  1935. │                                     │
  1936. │                                     │
  1937. │                                     │
  1938. │                                     │
  1939. │                                     │
  1940. │                                     │
  1941. │                                     │
  1942. ├─────────────┬───────────┬───────────┤
  1943. │     Next    │    Back   │   Quit    │
  1944. └─────────────┴───────────┴───────────┘
  1945. MENU7    Function 3 of the sub-program.
  1946. ┌─────────────────────────────────────┐
  1947. │ MENU7   Function 3                4 │
  1948. ├─────────────────────────────────────┤
  1949. │                                     │
  1950. │                                     │
  1951. │                                     │
  1952. │                                     │
  1953. │                                     │
  1954. │                                     │
  1955. │                                     │
  1956. │                                     │
  1957. │                                     │
  1958. │                                     │
  1959. │                                     │
  1960. │                                     │
  1961. │                                     │
  1962. │                                     │
  1963. │                                     │
  1964. │                                     │
  1965. │                                     │
  1966. ├─────────────┬───────────┬───────────┤
  1967. │     Next    │    Back   │   Quit    │
  1968. └─────────────┴───────────┴───────────┘
  1969. MENU7    Function 4 of the sub-program.
  1970. ┌─────────────────────────────────────┐
  1971. │ MENU7   Function 4                5 │
  1972. ├─────────────────────────────────────┤
  1973. │                                     │
  1974. │                                     │
  1975. │                                     │
  1976. │                                     │
  1977. │                                     │
  1978. │                                     │
  1979. │                                     │
  1980. │                                     │
  1981. │                                     │
  1982. │                                     │
  1983. │                                     │
  1984. │                                     │
  1985. │                                     │
  1986. │                                     │
  1987. │                                     │
  1988. │                                     │
  1989. │                                     │
  1990. ├─────────────┬───────────┬───────────┤
  1991. │     Next    │    Back   │   Quit    │
  1992. └─────────────┴───────────┴───────────┘
  1993. MENU7    Function 5 of the sub-program.
  1994. ┌─────────────────────────────────────┐
  1995. │ MENU7   Function 5                6 │
  1996. ├─────────────────────────────────────┤
  1997. │                                     │
  1998. │                                     │
  1999. │                                     │
  2000. │                                     │
  2001. │                                     │
  2002. │                                     │
  2003. │                                     │
  2004. │                                     │
  2005. │                                     │
  2006. │                                     │
  2007. │                                     │
  2008. │                                     │
  2009. │                                     │
  2010. │                                     │
  2011. │                                     │
  2012. │                                     │
  2013. │                                     │
  2014. ├─────────────┬───────────┬───────────┤
  2015. │     Next    │    Back   │   Quit    │
  2016. └─────────────┴───────────┴───────────┘
  2017. MENU7    Function 6 of the sub-program.
  2018. ┌─────────────────────────────────────┐
  2019. │ MENU7   Function 6                7 │
  2020. ├─────────────────────────────────────┤
  2021. │                                     │
  2022. │                                     │
  2023. │                                     │
  2024. │                                     │
  2025. │                                     │
  2026. │                                     │
  2027. │                                     │
  2028. │                                     │
  2029. │                                     │
  2030. │                                     │
  2031. │                                     │
  2032. │                                     │
  2033. │                                     │
  2034. │                                     │
  2035. │                                     │
  2036. │                                     │
  2037. │                                     │
  2038. ├─────────────┬───────────┬───────────┤
  2039. │     Next    │    Back   │   Quit    │
  2040. └─────────────┴───────────┴───────────┘
  2041. MENU7    Function 7 of the sub-program.
  2042. ┌─────────────────────────────────────┐
  2043. │ MENU7   Function 7                8 │
  2044. ├─────────────────────────────────────┤
  2045. │                                     │
  2046. │                                     │
  2047. │                                     │
  2048. │                                     │
  2049. │                                     │
  2050. │                                     │
  2051. │                                     │
  2052. │                                     │
  2053. │                                     │
  2054. │                                     │
  2055. │                                     │
  2056. │                                     │
  2057. │                                     │
  2058. │                                     │
  2059. │                                     │
  2060. │                                     │
  2061. │                                     │
  2062. ├─────────────┬───────────┬───────────┤
  2063. │     Next    │    Back   │   Quit    │
  2064. └─────────────┴───────────┴───────────┘
  2065. MENU7    Function 8 of the sub-program.
  2066. ┌─────────────────────────────────────┐
  2067. │ MENU7   Function 8                9 │
  2068. ├─────────────────────────────────────┤
  2069. │                                     │
  2070. │                                     │
  2071. │                                     │
  2072. │                                     │
  2073. │                                     │
  2074. │                                     │
  2075. │                                     │
  2076. │                                     │
  2077. │                                     │
  2078. │                                     │
  2079. │                                     │
  2080. │                                     │
  2081. │                                     │
  2082. │                                     │
  2083. │                                     │
  2084. │                                     │
  2085. │                                     │
  2086. ├─────────────┬───────────┬───────────┤
  2087. │     Next    │    Back   │   Quit    │
  2088. └─────────────┴───────────┴───────────┘
  2089. MENU7    Function 9 of the sub-program.
  2090. ┌─────────────────────────────────────┐
  2091. │ MENU7   Function 9               10 │
  2092. ├─────────────────────────────────────┤
  2093. │                                     │
  2094. │                                     │
  2095. │                                     │
  2096. │                                     │
  2097. │                                     │
  2098. │                                     │
  2099. │                                     │
  2100. │                                     │
  2101. │                                     │
  2102. │                                     │
  2103. │                                     │
  2104. │                                     │
  2105. │                                     │
  2106. │                                     │
  2107. │                                     │
  2108. │                                     │
  2109. │                                     │
  2110. ├─────────────┬───────────┬───────────┤
  2111. │     Next    │    Back   │   Quit    │
  2112. └─────────────┴───────────┴───────────┘
  2113. MENU7    Function 10 of the sub-program
  2114. ┌─────────────────────────────────────┐
  2115. │ MENU7   Function 10              11 │
  2116. ├─────────────────────────────────────┤
  2117. │                                     │
  2118. │                                     │
  2119. │                                     │
  2120. │                                     │
  2121. │                                     │
  2122. │                                     │
  2123. │                                     │
  2124. │                                     │
  2125. │                                     │
  2126. │                                     │
  2127. │                                     │
  2128. │                                     │
  2129. │                                     │
  2130. │                                     │
  2131. │                                     │
  2132. │                                     │
  2133. │                                     │
  2134. ├─────────────┬───────────┬───────────┤
  2135. │     Next    │    Back   │   Quit    │
  2136. └─────────────┴───────────┴───────────┘
  2137. MENU8    Generalities of the subprogram
  2138. ┌─────────────────────────────────────┐
  2139. │ MENU8  Generalities               1 │
  2140. ├─────────────────────────────────────┤
  2141. │                                     │
  2142. │                                     │
  2143. │                                     │
  2144. │                                     │
  2145. │                                     │
  2146. │                                     │
  2147. │                                     │
  2148. │                                     │
  2149. │                                     │
  2150. │                                     │
  2151. │                                     │
  2152. │                                     │
  2153. │                                     │
  2154. │                                     │
  2155. │                                     │
  2156. │                                     │
  2157. │                                     │
  2158. ├─────────────┬───────────┬───────────┤
  2159. │     Next    │    Back   │   Quit    │
  2160. └─────────────┴───────────┴───────────┘
  2161. MENU8    Function 1 of the sub-program.
  2162. ┌─────────────────────────────────────┐
  2163. │ MENU8   Function 1                2 │
  2164. ├─────────────────────────────────────┤
  2165. │                                     │
  2166. │                                     │
  2167. │                                     │
  2168. │                                     │
  2169. │                                     │
  2170. │                                     │
  2171. │                                     │
  2172. │                                     │
  2173. │                                     │
  2174. │                                     │
  2175. │                                     │
  2176. │                                     │
  2177. │                                     │
  2178. │                                     │
  2179. │                                     │
  2180. │                                     │
  2181. │                                     │
  2182. ├─────────────┬───────────┬───────────┤
  2183. │     Next    │    Back   │   Quit    │
  2184. └─────────────┴───────────┴───────────┘
  2185. MENU8    Function 2 of the sub-program.
  2186. ┌─────────────────────────────────────┐
  2187. │ MENU8   Function 2                3 │
  2188. ├─────────────────────────────────────┤
  2189. │                                     │
  2190. │                                     │
  2191. │                                     │
  2192. │                                     │
  2193. │                                     │
  2194. │                                     │
  2195. │                                     │
  2196. │                                     │
  2197. │                                     │
  2198. │                                     │
  2199. │                                     │
  2200. │                                     │
  2201. │                                     │
  2202. │                                     │
  2203. │                                     │
  2204. │                                     │
  2205. │                                     │
  2206. ├─────────────┬───────────┬───────────┤
  2207. │     Next    │    Back   │   Quit    │
  2208. └─────────────┴───────────┴───────────┘
  2209. MENU8    Function 3 of the sub-program.
  2210. ┌─────────────────────────────────────┐
  2211. │ MENU8   Function 3                4 │
  2212. ├─────────────────────────────────────┤
  2213. │                                     │
  2214. │                                     │
  2215. │                                     │
  2216. │                                     │
  2217. │                                     │
  2218. │                                     │
  2219. │                                     │
  2220. │                                     │
  2221. │                                     │
  2222. │                                     │
  2223. │                                     │
  2224. │                                     │
  2225. │                                     │
  2226. │                                     │
  2227. │                                     │
  2228. │                                     │
  2229. │                                     │
  2230. ├─────────────┬───────────┬───────────┤
  2231. │     Next    │    Back   │   Quit    │
  2232. └─────────────┴───────────┴───────────┘
  2233. MENU8    Function 4 of the sub-program.
  2234. ┌─────────────────────────────────────┐
  2235. │ MENU8   Function 4                5 │
  2236. ├─────────────────────────────────────┤
  2237. │                                     │
  2238. │                                     │
  2239. │                                     │
  2240. │                                     │
  2241. │                                     │
  2242. │                                     │
  2243. │                                     │
  2244. │                                     │
  2245. │                                     │
  2246. │                                     │
  2247. │                                     │
  2248. │                                     │
  2249. │                                     │
  2250. │                                     │
  2251. │                                     │
  2252. │                                     │
  2253. │                                     │
  2254. ├─────────────┬───────────┬───────────┤
  2255. │     Next    │    Back   │   Quit    │
  2256. └─────────────┴───────────┴───────────┘
  2257. MENU8    Function 5 of the sub-program.
  2258. ┌─────────────────────────────────────┐
  2259. │ MENU8   Function 5                6 │
  2260. ├─────────────────────────────────────┤
  2261. │                                     │
  2262. │                                     │
  2263. │                                     │
  2264. │                                     │
  2265. │                                     │
  2266. │                                     │
  2267. │                                     │
  2268. │                                     │
  2269. │                                     │
  2270. │                                     │
  2271. │                                     │
  2272. │                                     │
  2273. │                                     │
  2274. │                                     │
  2275. │                                     │
  2276. │                                     │
  2277. │                                     │
  2278. ├─────────────┬───────────┬───────────┤
  2279. │     Next    │    Back   │   Quit    │
  2280. └─────────────┴───────────┴───────────┘
  2281. MENU8    Function 6 of the sub-program.
  2282. ┌─────────────────────────────────────┐
  2283. │ MENU8   Function 6                7 │
  2284. ├─────────────────────────────────────┤
  2285. │                                     │
  2286. │                                     │
  2287. │                                     │
  2288. │                                     │
  2289. │                                     │
  2290. │                                     │
  2291. │                                     │
  2292. │                                     │
  2293. │                                     │
  2294. │                                     │
  2295. │                                     │
  2296. │                                     │
  2297. │                                     │
  2298. │                                     │
  2299. │                                     │
  2300. │                                     │
  2301. │                                     │
  2302. ├─────────────┬───────────┬───────────┤
  2303. │     Next    │    Back   │   Quit    │
  2304. └─────────────┴───────────┴───────────┘
  2305. MENU8    Function 7 of the sub-program.
  2306. ┌─────────────────────────────────────┐
  2307. │ MENU8   Function 7                8 │
  2308. ├─────────────────────────────────────┤
  2309. │                                     │
  2310. │                                     │
  2311. │                                     │
  2312. │                                     │
  2313. │                                     │
  2314. │                                     │
  2315. │                                     │
  2316. │                                     │
  2317. │                                     │
  2318. │                                     │
  2319. │                                     │
  2320. │                                     │
  2321. │                                     │
  2322. │                                     │
  2323. │                                     │
  2324. │                                     │
  2325. │                                     │
  2326. ├─────────────┬───────────┬───────────┤
  2327. │     Next    │    Back   │   Quit    │
  2328. └─────────────┴───────────┴───────────┘
  2329. MENU8    Function 8 of the sub-program.
  2330. ┌─────────────────────────────────────┐
  2331. │ MENU8   Function 8                9 │
  2332. ├─────────────────────────────────────┤
  2333. │                                     │
  2334. │                                     │
  2335. │                                     │
  2336. │                                     │
  2337. │                                     │
  2338. │                                     │
  2339. │                                     │
  2340. │                                     │
  2341. │                                     │
  2342. │                                     │
  2343. │                                     │
  2344. │                                     │
  2345. │                                     │
  2346. │                                     │
  2347. │                                     │
  2348. │                                     │
  2349. │                                     │
  2350. ├─────────────┬───────────┬───────────┤
  2351. │     Next    │    Back   │   Quit    │
  2352. └─────────────┴───────────┴───────────┘
  2353. MENU8    Function 9 of the sub-program.
  2354. ┌─────────────────────────────────────┐
  2355. │ MENU8   Function 9               10 │
  2356. ├─────────────────────────────────────┤
  2357. │                                     │
  2358. │                                     │
  2359. │                                     │
  2360. │                                     │
  2361. │                                     │
  2362. │                                     │
  2363. │                                     │
  2364. │                                     │
  2365. │                                     │
  2366. │                                     │
  2367. │                                     │
  2368. │                                     │
  2369. │                                     │
  2370. │                                     │
  2371. │                                     │
  2372. │                                     │
  2373. │                                     │
  2374. ├─────────────┬───────────┬───────────┤
  2375. │     Next    │    Back   │   Quit    │
  2376. └─────────────┴───────────┴───────────┘
  2377. MENU8    Function 10 of the sub-program
  2378. ┌─────────────────────────────────────┐
  2379. │ MENU8   Function 10              11 │
  2380. ├─────────────────────────────────────┤
  2381. │                                     │
  2382. │                                     │
  2383. │                                     │
  2384. │                                     │
  2385. │                                     │
  2386. │                                     │
  2387. │                                     │
  2388. │                                     │
  2389. │                                     │
  2390. │                                     │
  2391. │                                     │
  2392. │                                     │
  2393. │                                     │
  2394. │                                     │
  2395. │                                     │
  2396. │                                     │
  2397. │                                     │
  2398. ├─────────────┬───────────┬───────────┤
  2399. │     Next    │    Back   │   Quit    │
  2400. └─────────────┴───────────┴───────────┘
  2401. CONFIGUR Generalities of the subprogram
  2402. ┌─────────────────────────────────────┐
  2403. │ CONFIGURATION   Generalities      1 │
  2404. ├─────────────────────────────────────┤
  2405. │ GENERALITIES:                       │
  2406. │ ------------                        │
  2407. │ The purpose of the configuration    │
  2408. │ menu is to help you to adapt the    │
  2409. │ working environment to your tastes  │
  2410. │ and your harware.                   │
  2411. │ Furthermore, you can get information│
  2412. │ about the hardware so you can fix   │
  2413. │ a problem.                          │
  2414. │                                     │
  2415. │                                     │
  2416. │                                     │
  2417. │                                     │
  2418. │                                     │
  2419. │                                     │
  2420. │                                     │
  2421. │                                     │
  2422. ├─────────────┬───────────┬───────────┤
  2423. │     Next    │    Back   │   Quit    │
  2424. └─────────────┴───────────┴───────────┘
  2425. CONFIGUR Function 1 of the sub-program.
  2426. ┌─────────────────────────────────────┐
  2427. │ CONFIGURATION Printer Choice      2 │
  2428. ├─────────────────────────────────────┤
  2429. │ PRINTER CHOICE :                    │
  2430. │ --------------                      │
  2431. │ In principles, the choice will only │
  2432. │ be to choose a printer in a list.   │
  2433. │ If yours is not in the list, choose │
  2434. │ a compatible one.                   │
  2435. │ The most important thing is to know │
  2436. │ if your printer accept the IBM      │
  2437. │ semi-graphic characters in order to │
  2438. │ print columns.                      │
  2439. │ Otherwise, the program will use     │
  2440. │ standard characters as separators.  │
  2441. │ If you are in doubt, choose the     │
  2442. │ graphic one and a try will tell you │
  2443. │ whether the choice is good or not.  │
  2444. │ The screen printing can be done with│
  2445. │ the <Prt Scr> key.                  │
  2446. ├─────────────┬───────────┬───────────┤
  2447. │     Next    │    Back   │   Quit    │
  2448. └─────────────┴───────────┴───────────┘
  2449. CONFIGUR Function 2 of the sub-program.
  2450. ┌─────────────────────────────────────┐
  2451. │ CONFIGURATION Video Choice        3 │
  2452. ├─────────────────────────────────────┤
  2453. │ VIDEO CHOICE :                      │
  2454. │ ------------                        │
  2455. │ In principles, you will not have to │
  2456. │ use it, since when you run the      │
  2457. │ program it checks your video card   │
  2458. │ and it uses the default mode if     │
  2459. │ nothing exists or the mode saved in │
  2460. │ the service file, if it is          │
  2461. │ compatible with your card. Otherwise│
  2462. │ it will ask you a confirmation.     │
  2463. │                                     │
  2464. │                                     │
  2465. │ If the screen is fuzzy or unreadable│
  2466. │ you have to reboot your computer.   │
  2467. │                                     │
  2468. │ Use it only if you think it could be│
  2469. │ useful.                             │
  2470. ├─────────────┬───────────┬───────────┤
  2471. │     Next    │    Back   │   Quit    │
  2472. └─────────────┴───────────┴───────────┘
  2473. CONFIGUR Function 3 of the sub-program.
  2474. ┌─────────────────────────────────────┐
  2475. │ CONFIGURATION COLOURS (1/6)       4 │
  2476. ├─────────────────────────────────────┤
  2477. │ COLOURS CHOICE:                     │
  2478. │ --------------                      │
  2479. │ To distinguish the various aspects  │
  2480. │ the program uses 5 different colours│
  2481. │ to display the information on the   │
  2482. │ screen.                             │
  2483. │ You can change the original choice  │
  2484. │ with this function with a very large│
  2485. │ choice.                             │
  2486. │ Notice that the 'good' combinations │
  2487. │ are very few. Use this only to      │
  2488. │ improve the display if it is bad on │
  2489. │ your monitor.                       │
  2490. │ Do not forget that colour 5 is the  │
  2491. │ colour used to display error        │
  2492. │ messages. Choose it VERY visible.   │
  2493. │                                     │
  2494. ├─────────────┬───────────┬───────────┤
  2495. │     Next    │    Back   │   Quit    │
  2496. └─────────────┴───────────┴───────────┘
  2497. CONFIGUR Function 4 contd    programme.
  2498. ┌─────────────────────────────────────┐
  2499. │ CONFIGURATION COLOURS  (2/6)      4 │
  2500. ├─────────────────────────────────────┤
  2501. │ COLOURS CHOICE (contd)              │
  2502. │ --------------                      │
  2503. │ After selecting in the menu, a sub- │
  2504. │ menu is displayed. With this menu   │
  2505. │ you can choose the colour you want  │
  2506. │ to change. You can change them one  │
  2507. │ after the other by selecting the    │
  2508. │ line which number matches the colour│
  2509. │ you want to change.                 │
  2510. │                                     │
  2511. │                                     │
  2512. │ This selection gives you access to  │
  2513. │ a detailed modification grid on the │
  2514. │ next screen.                        │
  2515. │ You can then choose to save this    │
  2516. │ modifications in the service file.  │
  2517. │                                     │
  2518. ├─────────────┬───────────┬───────────┤
  2519. │     Next    │    Back   │   Quit    │
  2520. └─────────────┴───────────┴───────────┘
  2521. CONFIGUR Function 4 contd 2  programme.
  2522. ┌─────────────────────────────────────┐
  2523. │ CONFIGURATION COLOURS  (3/6)      4 │
  2524. ├─────────────────────────────────────┤
  2525. │ COLOURS CHOICE (contd)              │
  2526. │ --------------                      │
  2527. │ The grid shows you all the possible │
  2528. │ choices of colours.                 │
  2529. │ The bottom line displays the        │
  2530. │ selected colour (its current look is│
  2531. │ shown under the menu).              │
  2532. │ You can try the new colour, either  │
  2533. │ by clicking directly in the grid    │
  2534. │ with the mouse, either by selecting │
  2535. │ with the keyboard the choice 'change│
  2536. │ background' or 'change forground'   │
  2537. │ Or by typing the key letter or with │
  2538. │ the arrows and <ENTER> to confirm.  │
  2539. │                                     │
  2540. │                                     │
  2541. │ You will be prompted to give the    │
  2542. ├─────────────┬───────────┬───────────┤
  2543. │     Next    │    Back   │   Quit    │
  2544. └─────────────┴───────────┴───────────┘
  2545. CONFIGUR Function 4 contd 3  programme.
  2546. ┌─────────────────────────────────────┐
  2547. │ CONFIGURATION COLOURS  (4/6)      4 │
  2548. ├─────────────────────────────────────┤
  2549. │ COLOURS CHOICE (contd)              │
  2550. │ --------------                      │
  2551. │ new foreground value (0-F) or the   │
  2552. │ new background value (0-7). It is   │
  2553. │ the character that is displayed in  │
  2554. │ the grid on the left.               │
  2555. │                                     │
  2556. │ Notice that if you enter a value    │
  2557. │ outside of this ranges, the program │
  2558. │ will ignore it.                     │
  2559. │ As soon as the selection is done,   │
  2560. │ the bottom line is displayed in the │
  2561. │ choosen colour.                     │
  2562. │ If this does not suit you,choose    │
  2563. │ something else.                     │
  2564. │                                     │
  2565. │                                     │
  2566. ├─────────────┬───────────┬───────────┤
  2567. │     Next    │    Back   │   Quit    │
  2568. └─────────────┴───────────┴───────────┘
  2569. CONFIGUR Function 4 contd 4  programme.
  2570. ┌─────────────────────────────────────┐
  2571. │ CONFIGURATION COLOURS (5/6)       4 │
  2572. ├─────────────────────────────────────┤
  2573. │ COLOURS CHOICE (contd)              │
  2574. │ --------------                      │
  2575. │ Notice that it is faster with the   │
  2576. │ mouse, since if you click in the    │
  2577. │ right side of the grid, you select  │
  2578. │ at the same time the background     │
  2579. │ colour and the foreground colour.   │
  2580. │ With the keyboard, you cannot change│
  2581. │ both at the same time.              │
  2582. │                                     │
  2583. │ When you want to go back to the sub-│
  2584. │ menu you can do it in two ways :    │
  2585. │ By validating the modifications and │
  2586. │ the active colour is changed. Or    │
  2587. │ quitting the grid without saving the│
  2588. │ new colour. The active colour is not│
  2589. │ changed.                            │
  2590. ├─────────────┬───────────┬───────────┤
  2591. │     Next    │    Back   │   Quit    │
  2592. └─────────────┴───────────┴───────────┘
  2593. CONFIGUR Function 4 contd 5  programme.
  2594. ┌─────────────────────────────────────┐
  2595. │ CONFIGURATION COLOURS  (6/6)      4 │
  2596. ├─────────────────────────────────────┤
  2597. │ COLOURS CHOICE (contd)              │
  2598. │ --------------                      │
  2599. │ When you are back in the sub-menu   │
  2600. │ you can :                           │
  2601. │ - Change another colour, or even    │
  2602. │   the same. The change is for the   │
  2603. │   moment only temporary.            │
  2604. │ - keep the new colours but without  │
  2605. │   saving them in the service file.  │
  2606. │   In that case, in the next run     │
  2607. │   of the program, the old colours   │
  2608. │   will be loaded.                   │
  2609. │                                     │
  2610. │ - Save the new colours in the       │
  2611. │   service file and in the next run  │
  2612. │   of the program, these colours will│
  2613. │   be the active ones.               │
  2614. ├─────────────┬───────────┬───────────┤
  2615. │     Next    │    Back   │   Quit    │
  2616. └─────────────┴───────────┴───────────┘
  2617. CONFIGUR Function 4 of the sub-program.
  2618. ┌─────────────────────────────────────┐
  2619. │ CONFIGURATION  Sound              5 │
  2620. ├─────────────────────────────────────┤
  2621. │ SOUND:                 (1/2)        │
  2622. │ -----                               │
  2623. │ When an error occurs or if the      │
  2624. │ program wants to inform you of      │
  2625. │ a special thing (End of file...).   │
  2626. │                                     │
  2627. │                                     │
  2628. │ It is only the case if the program  │
  2629. │ waits for a choice or an input.     │
  2630. │                                     │
  2631. │ The sound is On by default each     │
  2632. │ time you run the program.           │
  2633. │ It is the default choice not to     │
  2634. │ stop the program by telling you     │
  2635. │ something.                          │
  2636. │ If you want to work in silence, you │
  2637. │ can choose this option         ''/..│
  2638. ├─────────────┬───────────┬───────────┤
  2639. │     Next    │    Back   │   Quit    │
  2640. └─────────────┴───────────┴───────────┘
  2641. CONFIGUR Function 4 of the sub-program.
  2642. ┌─────────────────────────────────────┐
  2643. │ CONFIGURATION Sound               5 │
  2644. ├─────────────────────────────────────┤
  2645. │ SOUND :                (2/2)        │
  2646. │ -----                               │
  2647. │ of the configuration menu to set the│
  2648. │ sound off.                          │
  2649. │ But you must take care of the       │
  2650. │ running of your program to give  it │
  2651. │ data if necessary.                  │
  2652. │                                     │
  2653. │ Notice that each time you run the   │
  2654. │ program the sound is ON.            │
  2655. │ It is displayed in the menu.        │
  2656. │ This option is just a toggle that   │
  2657. │ changes each time you press the key │
  2658. │ or you click on the line.           │
  2659. │                                     │
  2660. │ You can of course change this choice│
  2661. │ whenever you want to.               │
  2662. ├─────────────┬───────────┬───────────┤
  2663. │     Next    │    Back   │   Quit    │
  2664. └─────────────┴───────────┴───────────┘
  2665. CONFIGUR Function 5 of the sub-program.
  2666. ┌─────────────────────────────────────┐
  2667. │ CONFIGURATION Access Path         6 │
  2668. ├─────────────────────────────────────┤
  2669. │ PROGRAM DIRECTORY AND CONFIG. :     │
  2670. │ -----------------------------       │
  2671. │ It is the program itself and the    │
  2672. │ configuration files and the help    │
  2673. │ files.                              │
  2674. │ You must NOT use it if you do not   │
  2675. │ need it. Otherwise the program will │
  2676. │ not find the service file nor the   │
  2677. │ on-line help files.                 │
  2678. │ To prevent this, the program will   │
  2679. │ warn you.                           │
  2680. │ You have to change this directory   │
  2681. │ only if you put the program and its │
  2682. │ files in another directory.         │
  2683. │ You will not use this function very │
  2684. │ often.                              │
  2685. │ Maximum = 64 chars (ex: c:\fichiers)│
  2686. ├─────────────┬───────────┬───────────┤
  2687. │     Next    │    Back   │   Quit    │
  2688. └─────────────┴───────────┴───────────┘
  2689. CONFIGUR Function 6 of the sub-program.
  2690. ┌─────────────────────────────────────┐
  2691. │ CONFIGURATION Access Path         7 │
  2692. ├─────────────────────────────────────┤
  2693. │ WORKING DIRECTORY :                 │
  2694. │ -----------------                   │
  2695. │ This function allows you to define  │
  2696. │ access path to the files with which │
  2697. │ you usually work.                   │
  2698. │ They are the files relating to the  │
  2699. │ program (users...).                 │
  2700. │ This files are not necessary in the │
  2701. │ same directory or on the same drive │
  2702. │ as the program.                     │
  2703. │ You can even have several applica-  │
  2704. │ tions with the same program.        │
  2705. │ The path is saved and loaded at     │
  2706. │ every running. To get another access│
  2707. │ use the 'Files' menu.               │
  2708. │                                     │
  2709. │ (Maximum 64 characters)             │
  2710. ├─────────────┬───────────┬───────────┤
  2711. │     Next    │    Back   │   Quit    │
  2712. └─────────────┴───────────┴───────────┘
  2713. CONFIGUR Function 7 of the sub-program.
  2714. ┌─────────────────────────────────────┐
  2715. │ CONFIGURATION Access Path         8 │
  2716. ├─────────────────────────────────────┤
  2717. │ RECORD DIRECTORY :                  │
  2718. │ ----------------                    │
  2719. │ To make a recording, you can define │
  2720. │ an permanent access path. That will │
  2721. │ save you of defining it each time,  │
  2722. │ since the same path is always used. │
  2723. │                                     │
  2724. │ As the other paths, this path is    │
  2725. │ saved in the service file and loaded│
  2726. │ each time you run the program.      │
  2727. │                                     │
  2728. │ You just have to change it if you   │
  2729. │ change the recording destination.   │
  2730. │                                     │
  2731. │                                     │
  2732. │                                     │
  2733. │ (maximum 64 caractères).            │
  2734. ├─────────────┬───────────┬───────────┤
  2735. │     Next    │    Back   │   Quit    │
  2736. └─────────────┴───────────┴───────────┘
  2737. CONFIGUR Function 8 of the sub-program.
  2738. ┌─────────────────────────────────────┐
  2739. │ CONFIGURATION Help File           9 │
  2740. ├─────────────────────────────────────┤
  2741. │ CREATE THE HELP FILE: 1/4           │
  2742. │ --------------------                │
  2743. │ The on-line help is specific to     │
  2744. │ every function.                     │
  2745. │ On one hand, the user may want to   │
  2746. │ change or add things to this help.  │
  2747. │                                     │
  2748. │ On the other hand, the functions    │
  2749. │ made by the user will have their    │
  2750. │ help created in the same time as the│
  2751. │ programs theirselves.               │
  2752. │ It is the reason of this function.  │
  2753. │                                     │
  2754. │                                     │
  2755. │                                     │
  2756. │                                     │
  2757. │                                ''/..│
  2758. ├─────────────┬───────────┬───────────┤
  2759. │     Next    │    Back   │   Quit    │
  2760. └─────────────┴───────────┴───────────┘
  2761. CONFIGUR Function 8 of the sub-program.
  2762. ┌─────────────────────────────────────┐
  2763. │ CONFIGURATION Help File           9 │
  2764. ├─────────────────────────────────────┤
  2765. │ CREATE THE HELP FILE: 2/4           │
  2766. │ --------------------                │
  2767. │ The first operation consists in     │
  2768. │ changing the HELP.TXT file with a   │
  2769. │ text editor (ASCII) that can handle │
  2770. │ files bigger than 100 KB.           │
  2771. │ The pages, even if they are empty   │
  2772. │ already exist. You must respect the │
  2773. │ line lenght and the number of lines │
  2774. │ by page.                            │
  2775. │ If you need more pages, the best    │
  2776. │ thing is to select a block matching │
  2777. │ a page and to copy it after the     │
  2778. │ existing page. Begin with the text  │
  2779. │ by multiplying the pages if required│
  2780. │                                     │
  2781. │                                     │
  2782. ├─────────────┬───────────┬───────────┤
  2783. │     Next    │    Back   │   Quit    │
  2784. └─────────────┴───────────┴───────────┘
  2785. CONFIGUR Function 8 of the sub-program.
  2786. ┌─────────────────────────────────────┐
  2787. │ CONFIGURATION Help File           9 │
  2788. ├─────────────────────────────────────┤
  2789. │ CREATE THE HELP FILE: 3/4           │
  2790. │ --------------------                │
  2791. │ Then you number the pages, like     │
  2792. │ these ones.                         │
  2793. │ Important:                          │
  2794. │ ---------                           │
  2795. │ - The title above the border must   │
  2796. │   be respected. It is the first     │
  2797. │   search criteria.                  │
  2798. │ - The page number which is in the   │
  2799. │   upper-right corner must be the    │
  2800. │   same for the same subject. It is  │
  2801. │   the second criteria.              │
  2802. │                                     │
  2803. │ These changes are made with a DOS   │
  2804. │ text editor.                        │
  2805. │                               ''/.. │
  2806. ├─────────────┬───────────┬───────────┤
  2807. │     Next    │    Back   │   Quit    │
  2808. └─────────────┴───────────┴───────────┘
  2809. CONFIGUR Function 8 of the sub-program.
  2810. ┌─────────────────────────────────────┐
  2811. │ CONFIGURATION Help File           9 │
  2812. ├─────────────────────────────────────┤
  2813. │ CREATE THE HELP FILE: 4/4           │
  2814. │ --------------------                │
  2815. │ Then you run the program.           │
  2816. │ You select the function 'Help File' │
  2817. │ in the 'configuration' menu         │
  2818. │                                     │
  2819. │ This function will create a new     │
  2820. │ help file from the HELP.TXT file    │
  2821. │ you just changed to make it the new │
  2822. │ on-line help file.                  │
  2823. │                                     │
  2824. │ Of course, you can do this as many  │
  2825. │ times as you wish it.               │
  2826. │                                     │
  2827. │ Important: Save your HELP.FIC first!│
  2828. │ --------                            │
  2829. │                               (end) │
  2830. ├─────────────┬───────────┬───────────┤
  2831. │     Next    │    Back   │   Quit    │
  2832. └─────────────┴───────────┴───────────┘
  2833. CONFIGUR Function 9 of the sub-program.
  2834. ┌─────────────────────────────────────┐
  2835. │ CONFIGURATION Available / drive  10 │
  2836. ├─────────────────────────────────────┤
  2837. │ AVAILABLE ON THE CURRENT DRIVE :    │
  2838. │ ------------------------------      │
  2839. │ Displays the numbers of free bytes  │
  2840. │ on the current drive.               │
  2841. │                                     │
  2842. │ It is the number that is displayed  │
  2843. │ in the upper-right corner in the    │
  2844. │ file manager function.              │
  2845. │ If you want to chnage of drive, for │
  2846. │ instance if you want to know how    │
  2847. │ much space is available on the      │
  2848. │ floppy you want to use to make your │
  2849. │ records, you will use the same      │
  2850. │ same function to change of drive.   │
  2851. │ You have to change of menu but all  │
  2852. │ cannot be put in just one menu !    │
  2853. │                                     │
  2854. ├─────────────┬───────────┬───────────┤
  2855. │     Next    │    Back   │   Quit    │
  2856. └─────────────┴───────────┴───────────┘
  2857. CONFIGUR Function 10 of the sub-program
  2858. ┌─────────────────────────────────────┐
  2859. │ CONFIGURATION Available memory   11 │
  2860. ├─────────────────────────────────────┤
  2861. │ AVAILABLE MEMORY                    │
  2862. │ ----------------                    │
  2863. │ This function will display the      │
  2864. │ amount of conventional memory left. │
  2865. │ (From 640 KB managed by DOS.)       │
  2866. │                                     │
  2867. │ It will not display information on  │
  2868. │ the memory above these 640 KB. This │
  2869. │ memory cannot be used by this       │
  2870. │ program, so it would be useless.    │
  2871. │                                     │
  2872. │                                     │
  2873. │ This information can help you solve │
  2874. │ a problem, telling you whether the  │
  2875. │ memory can be the cause of this     │
  2876. │ problem.                            │
  2877. │                                     │
  2878. ├─────────────┬───────────┬───────────┤
  2879. │     Next    │    Back   │   Quit    │
  2880. └─────────────┴───────────┴───────────┘
  2881.